gesture: Fix wrong assert in gtk_gesture_set_window
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 27 May 2014 15:33:31 +0000 (17:33 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 27 May 2014 15:47:12 +0000 (17:47 +0200)
commite0fd9017220f4f490063a37c30b667a6921f74b7
tree395c3555817c994ba015b2ebecf9133d47a0fadf
parent49a6626884924abf165bc55e4c27d27d6b9547ff
gesture: Fix wrong assert in gtk_gesture_set_window

The window must be part of the event controller widget, so
fix the inverted logic.
gtk/gtkgesture.c